<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>陕旅集团</title>

<meta name="keywords" content="陕旅概况">

<meta name="description" content="陕旅集团成立于1998年12月，是陕西省政府授权的国有资本投资和运营机构。作为引领陕西省文化旅游产业创新发展的先导者和践行者...">

<script src="/static/sxtourgroup/js/jquery-1.11.3.min.js"></script>

<link rel="stylesheet" type="text/css" href="/static/sxtourgroup/css/swiper.min.css"/>

<link rel="stylesheet" href="/static/sxtourgroup/css/style.css">

<link rel="stylesheet" type="text/css" href="/static/sxtourgroup/css/fullpage.css"/>

<script src="/static/sxtourgroup/js/app.js"></script>

<script src="/static/sxtourgroup/js/swiper.min.js"></script>

<link rel="stylesheet" type="text/css" href="/static/sxtourgroup/css/examples.css"/>

<script>

var imgs = [

'/static/sxtourgroup/images/map_xj.png',

'/static/sxtourgroup/images/map_sx.png',

'/static/sxtourgroup/images/map_bj.png',

'/static/sxtourgroup/images/map_gs.png',

'/static/sxtourgroup/images/map_gx.png',

'/static/sxtourgroup/images/map_hn.png',

'/static/sxtourgroup/images/map_js.png',

'/static/sxtourgroup/images/map_ln.png',

'/static/sxtourgroup/images/map_nx.png',

'/static/sxtourgroup/images/map_sc.png',

'/static/sxtourgroup/images/map_sd.png',

'/static/sxtourgroup/images/map_sh.png',

'/static/sxtourgroup/images/map_ah.png',

'/static/sxtourgroup/images/map_yn.png',

'/static/sxtourgroup/images/map_zj.png',

];

let len = imgs.length;

/**

* 遍历imgs数组，有序将所有图片加载出来

* 可以通过控制台查看网络请求，会发现所有图片均按顺序加载

*/

let count = 0;

load();

function load() {

var imgObj = new Image();

imgObj.src = imgs[count];

$(imgObj).on('load error', function () { // 没错我使用了jQuery

if (count >= len) {

$('.container').addClass('active');

} else {

load(); // 继续加载下一张

}

count++;

});

}

</script>



<style>

/* Centered texts in each section

* --------------------------------------- */

.section {

text-align: center;

}

/* Backgrounds will cover all the section

* --------------------------------------- */

.section {

background-size: cover;

}

.slide {

background-size: cover;

}

/* Defining each section background and styles

* --------------------------------------- */

#section1,

#section4 {

background-image: url(/static/sxtourgroup/images/bg1.jpg);

position: relative;

}

#slide1 {

background-image: url(/static/sxtourgroup/images/banner1.jpg);

}

#slide2 {

background-image: url(/static/sxtourgroup/images/banner2.jpg);

}

#slide3 {

background-image: url(/static/sxtourgroup/images/banner3.jpg);

}

#slide4 {

background-image: url(/static/sxtourgroup/images/banner4.jpg);

}

#slide5 {

background-image: url(/static/sxtourgroup/images/banner5.jpg);

}

.s_slide {

background-size: 102% 100% !important;

}

#section2 {

display: flex;

align-items: center;

}

#section2 .content {

width: 1200px;

margin: 0 auto;

}

#section2 .content .map img {

width: 100%;

}

#section3 {

background-image: url(/static/sxtourgroup/images/bg3.jpg);

}

#section0 .fp-slides {

height: calc(100% - 126px);

}

.box {

width: 100%;

height: 65VH;

display: flex;

border: 10px solid #C72327;

}

.box > div {

width: 10%;

height: 100%;

float: left;

background: url("/static/sxtourgroup/images/bg3_1.jpg") no-repeat center;

transition: all .5s ease 0s;

position: relative;

background-size: cover;

}

.box > div > a {

display: block;

height: 100%;

}

.box > div + div {

border-left: 10px solid #C72327;

}

.box > div > a > h1 {

position: absolute;

bottom: 30px;

left: 20px;

width: 10px;

font-size: 24px;

color: #fff;

line-height: 30px;

}

#section1 {

display: flex;

align-items: center;

}

#section3 {

display: flex;

align-items: flex-end;

}

#section4 {

display: flex;

align-items: center;

}

#section4 > .content {

margin: 0 auto;

width: 100%;

}

#section4 > .content > .top > h1 {

margin-bottom: 10vh;

font-size: 28px;

border-bottom: 2px solid #fff;

display: inline-block;

padding-bottom: 11px;

color: #fff;

}

#section1 > .content {

margin: auto;

width: 1300px;

color: #fff;

min-width: 1300px;

z-index: 1;

}

#section3 > .content {

margin: 0 150px 10vh;

width: 100%;

}

#section3 > .content > .top > h1,

#section5 .content > .top > h1 {

margin-bottom: 7vh;

font-size: 28px;

border-bottom: 2px solid red;

display: inline-block;

padding-bottom: 11px;

color: #4E4E4E;

}

#section1 > .content > .about {

display: flex;

z-index: 999;

}

#section1 > .content > .about > div {

width: 25%;

padding: 20px 30px 0;

text-align: left;

border-left: 2px solid;

}

#section1 > .content > .about > div > a > h2 {

font-size: 24px;

color: #fff;

}

#section1 > .content > .about > div > a > p:nth-child(2) {

overflow: hidden;

text-overflow: ellipsis;

display: -webkit-box;

-webkit-line-clamp: 4;

-webkit-box-orient: vertical;

text-align: justify;

margin: 30px auto 50px;

color: #f0f0f0;

height: 80px;

}

#section1 > .content > .about > div > a > span:nth-child(3) {

width: 20px;

height: 20px;

display: inline-block;

background: url(/static/sxtourgroup/images/youjiantou.png) no-repeat center;

background-size: 100%;

}

#section1 > .content > .top {

margin-bottom: 200px;

}

#section1 > .content > .top > p:first-child {

width: 200px;

display: inline-block;

height: 3px;

border-radius: 5px;

background-color: #fff;

margin-bottom: 40px;

}

#section1 > .content > .top > h1 {

font-size: 28px;

margin-bottom: 20px;

}

#section1 > .content > .top > p:nth-child(3) {

font-size: 21px;

color: #f0f0f0;

}

.swiper-container {

width: 100%;

margin: 20px auto;

padding: 10px 0;

position: relative;

background-color: #fff;

overflow: unset !important;

}

.swiper-button-next,

.swiper-button-prev {

background: none !important;

}

.swiper-button-prev {

top: 110% !important;

left: 50% !important;

background: url(/static/sxtourgroup/images/zuojiantou.png) no-repeat -8px !important;

background-size: 25% !important;

width: auto !important;

height: 20px !important;

line-height: 20px;

}

.swiper-button-next {

top: 110% !important;

right: 50% !important;

background: url(/static/sxtourgroup/images/youjiantou.png) no-repeat 82px !important;

width: auto !important;

height: 20px !important;

background-size: 25% !important;

}

.swiper-slide {

display: -webkit-box;

display: -ms-flexbox;

display: -webkit-flex;

display: flex;

-webkit-box-pack: center;

-ms-flex-pack: center;

-webkit-justify-content: center;

justify-content: center;

-webkit-box-align: center;

-ms-flex-align: center;

-webkit-align-items: center;

align-items: center;

overflow: hidden;

}

.swiper-slide img {

width: 100%;

}

.swiper-button-prev > span,

.swiper-button-next > span {

width: 100px;

height: 1px;

background-color: #fff;

display: block;

position: relative;

top: 50%;

transform: translateY(-50%);

}

.swiper-button-prev {

transform: translateX(-150px);

}

.swiper-button-next {

transform: translateX(150px);

}

#section5 .child {

display: flex;

flex-wrap: wrap;

justify-content: center;

}

#section5 .child > div {

width: 150px;

height: 120px;

margin-left: 20px;

margin-bottom: 20px;

}

#section5 .child > div img {

width: 100%;

}

#section5 .child > div:nth-child(15n+1) {

margin-left: 105px;

}

#section5 .child > div:nth-child(15n+7) {

margin-right: 105px;

}

#section5 .child > div:nth-child(15n) {

margin-right: 20px;

}

#section5 .child > div:nth-last-child(5),

#section5 .child > div:nth-last-child(4) {

margin-left: 20px;

}

#section5 .content {

width: 1380px;

margin: 0 auto;

}

#section5 .child > div:last-child {

margin-right: 20px;

}

#section5 .content > .top {

margin-top: 10vh;

}

.fp-prev {

background: url(/static/sxtourgroup/images/zuojiantou.png) center;

background-size: 150%;

}

.fp-next {

background: url(/static/sxtourgroup/images/youjiantou.png) center;

background-size: 150%;

}

#section2 .top h1 {

margin-bottom: 4vh;

}

#section2 .map {

position: relative;

}

@keyframes myshow {

0% {

width: 50%;

}

100% {

width: 100%;

}

}

#section2 .map img {

padding: 20px;

border-radius: 10px;

box-sizing: border-box;

}

#section2 .map .xinjiang {

position: absolute;

left: 394px;

top: 145px;

width: 50px;

height: 50px;

border-radius: 50%;

}

#section2 .map .gansu {

position: absolute;

left: 594px;

top: 294px;

width: 50px;

height: 50px;

border-radius: 50%;

}

#section2 .map .ningxia {

position: absolute;

left: 625px;

top: 254px;

width: 50px;

height: 50px;

border-radius: 50%;

}

#section2 .map .shanxi {

position: absolute;

left: 659px;

top: 323px;

width: 50px;

height: 50px;

border-radius: 50%;

}

#section2 .map .sichuan {

position: absolute;

left: 590px;

top: 370px;

width: 50px;

height: 50px;

border-radius: 50%;

}

#section2 .map .yunnan {

position: absolute;

left: 571px;

top: 477px;

width: 50px;

height: 50px;

border-radius: 50%;

}

#section2 .map .guangxi {

position: absolute;

left: 665px;

top: 505px;

width: 50px;

height: 50px;

border-radius: 50%;

}

#section2 .map .hainan {

position: absolute;

left: 696px;

top: 566px;

width: 50px;

height: 50px;

border-radius: 50%;

}

#section2 .map .liaoning {

position: absolute;

left: 838px;

top: 183px;

width: 50px;

height: 50px;

border-radius: 50%;

}

#section2 .map .beijing {

position: absolute;

left: 763px;

top: 210px;

width: 50px;

height: 50px;

border-radius: 50%;

}

#section2 .map .shandong {

position: absolute;

left: 769px;

top: 275px;

width: 50px;

height: 50px;

border-radius: 50%;

}

#section2 .map .jiangsu {

position: absolute;

left: 810px;

top: 335px;

width: 50px;

height: 50px;

border-radius: 50%;

}

#section2 .map .anhui {

position: absolute;

left: 768px;

top: 360px;

width: 50px;

height: 50px;

border-radius: 50%;

}

#section2 .map .anhui > .placeName {

bottom: 60px;

left: -30px;

}

#section2 .map .shanghai {

position: absolute;

left: 854px;

top: 357px;

width: 50px;

height: 50px;

border-radius: 50%;

}

#section2 .map .zhejiang {

position: absolute;

left: 822px;

top: 396px;

width: 50px;

height: 50px;

border-radius: 50%;

}

#section2 .map .zhejiang > .placeName {

bottom: 60px;

left: -68px;

}

#section2 .map .yidali {

position: absolute;

left: 20px;

top: 105px;

width: 80px;

height: 60px;

}

#section2 .map .meiguo {

position: absolute;

left: 1093px;

top: 216px;

width: 90px;

height: 60px;

}

.section .top span {

display: block;

width: 35px;

height: 30px;

background: red;

margin: 0 auto;

}

#section2 .top span {

background: url(/static/sxtourgroup/images/map_icon.png) no-repeat center;

background-size: auto 100%;

margin-bottom: 20px;

}

#section3 .top span {

background: url(/static/sxtourgroup/images/chanye_icon.png) no-repeat center;

background-size: auto 100%;

margin-bottom: 20px;

}

#section4 .top span {

background: url(/static/sxtourgroup/images/zhuanti_icon.png) no-repeat center;

background-size: auto 100%;

margin-bottom: 20px;

}

#section5 .top span {

background: url(/static/sxtourgroup/images/qxqy_icon.png) no-repeat center;

background-size: auto 100%;

margin-bottom: 20px;

}

.sousuo {

width: 30px;

height: 40px;

display: flex;

align-items: center;

justify-content: center;

margin-left: 50px;

}

.sousuo img {

width: 100%;

}

#shanxi {

opacity: 0;

}

#shanxi > div > div {

text-align: left;

}

#shanxi > div > div > a {

color: #fff;

font-size: 18px;

line-height: 1.5em;

}

#shanxi > div > div > a:hover {

color: #bbb;

}

.shanbei {

position: absolute;

top: 166px;

left: 60px;

background: #CD282A;

}

.shannan {

position: absolute;

left: 60px;

background: #CD282A;

bottom: 226px;

}

.guanzhong {

position: absolute;

top: 166px;

right: 20px;

background: #CD282A;

}

.placeName > div > a {

white-space: nowrap;

color: #fff;

}

.placeName > div > a:hover {

color: #C72327;

}

.placeName {

position: absolute;

background: rgba(0, 0, 0, .7);

border-radius: 5px;

padding: 13px;

text-align: left;

bottom: 50px;

display: none;

}

.placeName::after {

content: '';

display: block;

position: absolute;

bottom: -10px;

left: 50%;

transform: translateX(-50%);

border-left: 10px solid transparent;

border-right: 10px solid transparent;

border-top: 10px solid rgba(0, 0, 0, .7);

}

.map > .xiangmu {

display: flex;

justify-content: center;

z-index: 1;

position: relative;

}

.xiangmu > a {

position: absolute;

top: 0;

width: 100%;

height: 100%;

}

.xiangmu:hover .placeName {

display: block !important;

}

.totop {

display: none !important;

}

#transparent {

position: absolute;

width: 100%;

height: 100%;

background-color: rgba(255, 255, 255, 0.2);

}

.box > div:first-child {

background-position: left;

}

.swiper-container999 {

height: calc(100% - 126px);

}

.button-next {

transform: none !important;

top: 50% !important;

background: url(/static/sxtourgroup/images/youjiantou.png) no-repeat center !important;

right: 30px !important;

width: 27px !important;

height: 44px !important;

background-size: 220% !important;

}

.button-prev {

transform: none !important;

top: 50% !important;

left: 30px !important;

width: 27px !important;

height: 44px !important;

background: url(/static/sxtourgroup/images/zuojiantou.png) no-repeat center !important;

background-size: 220% !important;

}

.swiper-pagination-bullet-active {

background: #C72327;

}

@media screen and (max-width: 760px) {

.section:first-child {

height: 300px !important;

}

.button-prev, .button-next {

display: none;

}

.section:nth-child(2) {

height: auth !important;

}

#section1 > .content {

width: 100% !important;

min-width: 100% !important;

}

#section1 > .content > .top > h1 {

font-size: 16px;

}

#section1 > .content > .top > p:nth-child(3) {

padding: 0px 10px 0px 10px;

font-size: 14px;

}

#section1 > .content > .about > div > a > h2 {

font-size: 14px;

}

#section1 > .content > .top {

margin-bottom: 50px;

}

.section:nth-child(3) {

height: auto !important;

}

.fp-scrollable {

height: 100% !important;

}

#section2 .content {

width: 100% !important;

}

.section:nth-child(4) {

height: auto !important;

}

#section3 > .content {

margin: 3vh 0 1vh;

}

#section3 {

display: block;

}

#section3 > .content > .box {

width: 95%;

height: 35vh;

}

#section3 > .content > .box > div + div {

border-left: 0 solid #C72327;

}

.top {

padding: 10px 0;

}

.section:nth-child(5) {

height: auto !important;

}

.swiper-container {

margin: 0 auto;

}

#section4 > .content > .top > h1 {

margin-bottom: 0vh;

}

.swiper-button-prev, .swiper-button-next {

top: 142% !important;

}

.section:nth-child(6) {

height: 100% !important;

}

#section5 .content {

width: 100%;

}

#section5 .child > div:nth-child(15n+1) {

margin-left: 0px;

}

#section5 .child > div:nth-child(15n+7) {

margin-right: 0px;

}

.head {

min-width: 100%;

height: 134px;

}

.head-top {

width: 100%;

display: block;

}

.logo img {

margin-top: 20px;

}

.logo {

width: 100px;

}

.head-nav-right {

margin-top: -70px;

}

.head-nav {

margin-top: 0px;

margin-left: 0px;

}

.head-nav-content .head-first-nav > a {

font-size: 12px;

}

}

</style>

</head>



<body style="overflow-x:hidden;">

<div id="fullpages">

<div class="section" id="section0">

<div class="head"><div class="head-top clearfix">
<div class="logo"><a href="/"><img src="/static/sxtourgroup/images/logo.png"></a></div>
<div class="head-nav">
<ul class="head-nav-content">
<li class="head-first-nav"><a href="/">网站首页</a></li>
<li class="head-first-nav">
<a href="/about/18.html" >关于陕旅</a>
<dl class="head-second-nav">
<dd><a href="/about/19/catdir/about.html"
title="陕旅概况">陕旅概况</a> </dd>
<dd><a href="/about/268/catdir/about.html"
title="企业架构">企业架构</a> </dd>
<dd><a href="/about/229/catdir/about.html"
title="企业文化">企业文化</a> </dd>
<dd><a href="/about/308/catdir/about.html"
title="企业高层">企业高层</a> </dd>
<dd><a href="/about/29/catdir/about.html"
title="企业荣誉">企业荣誉</a> </dd>
<dd><a href="/about/20/catdir/about.html"
title="产业板块 ">产业板块 </a> </dd>
<dd><a href="/about/30/catdir/about.html"
title="管理架构">管理架构</a> </dd>
<dd><a href="/about/31/catdir/about.html"
title="历史回顾">历史回顾</a> </dd>
</dl>
</li>
<li class="head-first-nav">
<a href="/home/news_center/index/catId/13.html" >新闻中心</a>
<dl class="head-second-nav">
<dd><a href="/home/news_center/index/catId/13/catdir/news_center.html"
title="集团新闻">集团新闻</a> </dd>
<dd><a href="/home/news_center/index/catId/14/catdir/news_center.html"
title="企业动态">企业动态</a> </dd>
<dd><a href="/home/news_center/index/catId/15/catdir/news_center.html"
title="媒体聚焦">媒体聚焦</a> </dd>
<dd><a href="/home/news_center/index/catId/16/catdir/news_center.html"
title="公示公告">公示公告</a> </dd>
</dl>
</li>
<li class="head-first-nav">
<a href="/home/party_building/index/catId/34.html" >党群纪检</a>
<dl class="head-second-nav">
<dd><a href="/home/party_building/index/catId/309/catdir/Party_building.html"
title="专题专栏">专题专栏</a> </dd>
<dd><a href="/home/party_building/index/catId/35/catdir/Party_building.html"
title="党建工作">党建工作</a> </dd>
<dd><a href="/home/party_building/index/catId/36/catdir/Party_building.html"
title="纪检监察">纪检监察</a> </dd>
<dd><a href="/home/party_building/index/catId/37/catdir/Party_building.html"
title="工会活动">工会活动</a> </dd>
</dl>
</li>
<li class="head-first-nav">
<a href="/home/view/index/catId/39.html" >陕旅视角</a>
<dl class="head-second-nav">
<dd><a href="/home/view/index/catId/39/catdir/view.html"
title="陕旅集团报">陕旅集团报</a> </dd>
<dd><a href="/home/view/index/catId/40/catdir/view.html"
title="图片中心">图片中心</a> </dd>
<dd><a href="/home/view/index/catId/42/catdir/view.html"
title="精彩视频">精彩视频</a> </dd>
</dl>
</li>
<li class="head-first-nav">
<a href="/home/social_responsibility/index/catId/119.html" >社会责任</a>
<dl class="head-second-nav">
<dd><a href="/home/social_responsibility/index/catId/119/catdir/social_responsibility.html"
title="安全生产">安全生产</a> </dd>
<dd><a href="/home/social_responsibility/index/catId/58/catdir/social_responsibility.html"
title="社责报告">社责报告</a> </dd>
<dd><a href="/home/social_responsibility/index/catId/59/catdir/social_responsibility.html"
title="公益扶贫">公益扶贫</a> </dd>
<dd><a href="/home/social_responsibility/index/catId/122/catdir/social_responsibility.html"
title="八五普法">八五普法</a> </dd>
<dd><a href="/home/social_responsibility/index/catId/111/catdir/social_responsibility.html"
title="山花工程">山花工程</a> </dd>
<dd><a href="/home/social_responsibility/index/catId/127/catdir/social_responsibility.html"
title="消防工作">消防工作</a> </dd>
</dl>
</li>
<li class="head-first-nav">
<a href="/home/human_resources/index/catId/48.html" >人力资源</a>
<dl class="head-second-nav">
<dd><a href="/home/human_resources/index/catId/48/catdir/human_resources.html"
title="人才动向">人才动向</a> </dd>
</dl>
</li>
<li class="head-first-nav">
<a href="/home/interactive_communication/index/catId/228.html" >信息服务</a>
<dl class="head-second-nav">
<dd><a href="/home/interactive_communication/index/catId/228/catdir/Interactive_communication.html"
title="新媒体矩阵">新媒体矩阵</a> </dd>
<dd><a href="/home/interactive_communication/index/catId/227/catdir/Interactive_communication.html"
title="联系我们">联系我们</a> </dd>
<dd><a href="/home/interactive_communication/index/catId/226/catdir/Interactive_communication.html"
title="留言咨询">留言咨询</a> </dd>
<dd><a href="/home/interactive_communication/index/catId/65/catdir/Interactive_communication.html"
title="意见箱">意见箱</a> </dd>
</dl>
</li>
</ul>
</div>
<div class="head-nav-right">
<div class="sousuo"><img src="/static/sxtourgroup/images/sousuo.png"></div>
</div>
<select class="langselect" onchange="changeLanguage(this.value)">
<option value="" disabled selected hidden>language</option>
<option value="chinese_simplified" id="chinese_simplified">简体中文</option>
<option value="chinese_traditional">繁體中文</option>
<option value="english">English</option>
<option value="japanese">日本語</option>
<option value="korean">한국어</option>  
</select>
</div>
<div class="search-page-wapper">
<input type="text" class="search-page-text" name="keyword" id="q" autocomplete="off" value="陕旅概况">
<span class="search-page-clear">×</span>
<button class="search-page-btn search-btn">搜索</button>
</div>
<script>
var bool = false;
$('.head-nav-right>.sousuo').click(function () {
if (bool) {
$('.head>.search-page-wapper').animate({ "top": '-90px' }, 400, 'linear');
bool = false;
} else {
$('.head>.search-page-wapper').animate({ "top": '125px' }, 400, 'linear');
bool = true;
}
})
</script>
</div>

<div class="swiper-container999">

<div class="swiper-wrapper">


<div class="swiper-slide s_slide" id="slide1" style="background: url(http://oss.sxtourgroup.com/public/uploads/20220623/e408db4a8986a95226a9da393eb4b860.jpg);">


</div>


<div class="swiper-slide s_slide" id="slide2" style="background: url(http://oss.sxtourgroup.com/9d4ff7ffbca586d22f68c1829a44913b.jpg);">

<a style="height: 75vh;width: 100vw;" href="https://www.sxtourgroup.com/home/Party_building/index.html?catId=317"></a>
</div>


<div class="swiper-slide s_slide" id="slide3" style="background: url(http://oss.sxtourgroup.com/443f54e2e5ca9054ab486d16fc1fdd7c.jpg);">


</div>


<div class="swiper-slide s_slide" id="slide4" style="background: url(http://oss.sxtourgroup.com/2de23e9215aa459e1a4d7ab67b16c204.jpg);">

<a style="height: 75vh;width: 100vw;" href="https://www.sxtourgroup.com/home/news_center/index.html?catId=310"></a>
</div>


<div class="swiper-slide s_slide" id="slide5" style="background: url(http://oss.sxtourgroup.com/0092482cb50f6178ed38678c04a45224.jpg);">


</div>


<div class="swiper-slide s_slide" id="slide6" style="background: url(http://oss.sxtourgroup.com/public/uploads/20220623/54b6e91e7cbc34d21b380b430ffdc5ee.jpg);">


</div>


</div>

<!-- Add Pagination -->

<div class="swiper-pagination"></div>

<div class="swiper-button-prev button-prev"></div>

<div class="swiper-button-next button-next"></div>

<script>

var swiper = new Swiper('.swiper-container999', {

loop: true,

autoplay: 8000,

pagination: '.swiper-pagination',

paginationClickable: true,

//如果需要前进后退按钮

nextButton: '.swiper-button-next',

prevButton: '.swiper-button-prev',

effect: "fade",

});

</script>

</div>

</div>

<div class="section" id="section1">

<div class="content">

<div class="top">

<p></p>

<h1>中国文旅全产业链引领者</h1>

<p>打造融“食、住、行、游、购、娱”六要素为一体的一批有影响力的旅游文化项目及特色品牌</p>

</div>

<div class="about">

<div>

<a href="/about/19/catdir/about.html">

<h2>集团简介</h2>

<p class="noyao">陕西旅游集团有限公司是陕西省政府授权的国有资本投资和运营机构，是陕西省文化旅游产业创新发展的先导者和践行者。</p>

<span></span>

</a>

</div>

<div class="qyjg">

<a href="/home/guanlijiagou/index/catId/268/catdir/guanlijiagou.html">

<h2>企业架构</h2>

<p class="noyao">陕旅集团创新搭建“三级架构、两级管理”的管控模式，明确集团总部为投资和决策中心，二级集团为管理和利润中心，三级企业为经营和成本中心的功能定位。</p>

<span></span>

</a>

</div>

<div>

<a href="/home/corporate_honor/index/catId/29/catdir/corporate_honor.html">

<h2>企业荣誉</h2>

<p class="noyao">陕旅集团曾先后荣获 “中国旅游产业影响力社会责任企业” “中国最具影响力旅游集团” “中国旅游集团20强”等荣誉。</p>

<span></span>

</a>

</div>

<div>

<a href="/home/historical_review/index/catId/31/catdir/historical_review.html">

<h2>历史回顾</h2>

<p class="noyao">廿三载不忘初心、砥砺奋进，陕旅集团已成长为国内品类最齐全、产业链条最完整、综合效应凸显的旅游企业之一。</p>

<span></span>

</a>

</div>

</div>

</div>

<div id="transparent"></div>

</div>

<div class="section" id="section2">

<div class="content">

<div class="top">

<span></span>

<h1>集团项目布局</h1>

</div>

<div class="map">

<img src="/static/sxtourgroup/images/map.png" alt="">

<div class="xinjiang xiangmu">

<a href="/home/xinjiang/info.html?id=2600&catId=243"></a>

<div class="placeName">


<div><a href="/home/xinjiang/info/id/2600/catId/243.html">喀拉峻索道</a></div>


</div>

</div>



<div class="gansu xiangmu">

<a href="/home/gansu/info.html?id=2601&catId=245"></a>

<div class="placeName">


<div><a href="/home/gansu/info/id/2601/catId/245.html">甘肃智慧旅游项目</a>

</div>


</div>

</div>



<div class="ningxia xiangmu">

<a href="/home/ningxia/info.html?id=2599&catId=244"></a>

<div class=" placeName">


</div>

</div>



<div class="sichuan xiangmu">

<a href="javascript:;"></a>

<div class="placeName">


<div><a href="/home/sichuan/info/id/2713/catId/246.html">汉源古路村索道</a></div>


<div><a href="/home/sichuan/info/id/2602/catId/246.html">光雾山香炉山索道</a></div>


</div>

</div>

<div class="shanxi"></div>

<div class="yunnan xiangmu">

<a href="javascript:;"></a>

<div class="placeName">


<div><a href="/home/yunnan/info/id/2605/catId/247.html">九乡叠虹桥索道项目</a></div>


<div><a href="/home/yunnan/info/id/2604/catId/247.html">轿子雪山索道项目</a></div>


</div>

</div>

<div class="guangxi xiangmu">

<a href="/home/guangxi/info.html?id=2615&catId=248"></a>

<div class="placeName">


<div><a href="/home/guangxi/info/id/2615/catId/248.html">阳朔如意峰索道</a>

</div>


</div>

</div>

<div class="hainan xiangmu ">

<a href="/home/hainan/info.html?id=2616&catId=249"></a>

<div class="placeName">


<div><a href="/home/hainan/info/id/2616/catId/249.html">丝路欢乐世界（海南）</a></div>


</div>

</div>

<div class="beijing xiangmu ">

<a href="/home/beijing/info.html?id=2608&catId=251"></a>

<div class="placeName">


<div><a href="/home/beijing/info/id/2608/catId/251.html">九州一轨项目</a></div>


</div>

</div>

<div class="liaoning xiangmu ">

<a href="/home/liaoning/info.html?id=2609&catId=250"></a>

<div class="placeName">


<div><a href="/home/liaoning/info/id/2609/catId/250.html">大连博涛项目</a></div>


</div>

</div>

<div class="shandong xiangmu ">

<a href="javascript:;"></a>

<div class="placeName">


<div><a href="/home/shandong/info/id/2714/catId/252.html">陕旅威海康养旅游基金</a></div>


<div><a href="/home/shandong/info/id/2611/catId/252.html">临沂天蒙山地轨缆车项目</a></div>


<div><a href="/home/shandong/info/id/2610/catId/252.html">泰山秀城项目</a></div>


</div>

</div>

<div class="jiangsu xiangmu">

<a href="/home/jiangsu/info.html?id=2612&catId=253"></a>

<div class="placeName">


<div><a href="/home/jiangsu/info/id/2721/catId/253.html">苏陕大运河文旅演艺基金</a></div>


<div><a href="/home/jiangsu/info/id/2612/catId/253.html">中创新航项目</a></div>


</div>

</div>

<div class="shanghai xiangmu">

<a href="javascript:;"></a>

<div class="placeName">


<div><a href="/home/shanghai/info/id/2716/catId/254.html">陕西大厦</a></div>


<div><a href="/home/shanghai/info/id/2613/catId/254.html">上海浦东春秋国际大酒店</a></div>


</div>

</div>

<div class="zhejiang xiangmu">

<a href="/home/zhejiang/info.html?id=2717&catId=255"></a>

<div class="placeName">


<div><a href="/home/zhejiang/info/id/2717/catId/255.html">柯岩风景区《鲁镇社戏》</a>

</div>


</div>

</div>

<div class="yidali xiangmu">

<a href="/home/yidali/info.html?id=2606&catId=256"></a>

<div class="placeName">


<div><a href="/home/yidali/info/id/2606/catId/256.html">威尼斯《马可波罗》演艺</a></div>


</div>

</div>

<div class="meiguo xiangmu">

<a href="/home/meiguo/info.html?id=2607&catId=257"></a>

<div class="placeName">


<div><a href="/home/meiguo/info/id/2607/catId/257.html">纽约《丝路之声》音乐剧</a>

</div>


</div>

</div>

<div class="anhui xiangmu">

<a href="/home/anhui/info.html?id=2720&catId=267"></a>

<div class="placeName">


<div><a href="/home/anhui/info/id/2720/catId/267.html">舒城万佛山索道</a>

</div>


</div>

</div>

<div id="shanxi">

<div class="shanbei">


<div><a href="/home/shanbeihongselvyou/info/id/2582/catId/240.html">圣地河谷 &middot; 金延安</a></div>


<div><a href="/home/shanbeihongselvyou/info/id/2581/catId/240.html">文安驿文化产业园</a></div>


<div><a href="/home/shanbeihongselvyou/info/id/2580/catId/240.html">延安唐乐宫</a></div>


<div><a href="/home/shanbeihongselvyou/info/id/2579/catId/240.html">黄河壶口瀑布</a></div>


<div><a href="/home/shanbeihongselvyou/info/id/2578/catId/240.html">延川乾坤湾索道</a></div>


</div>

<div class="shannan">


<div><a href="/home/shannanlvselvyou/info/id/2584/catId/241.html">诸葛古镇</a></div>


</div>

<div class="guanzhong">


<div><a href="/home/guanzhonglishiwenhua/info/id/2598/catId/242.html">中国 &middot; 周原</a></div>


<div><a href="/home/guanzhonglishiwenhua/info/id/2597/catId/242.html">华山西峰观光大索道</a></div>


<div><a href="/home/guanzhonglishiwenhua/info/id/2596/catId/242.html">少华山</a></div>


<div><a href="/home/guanzhonglishiwenhua/info/id/2595/catId/242.html">华清宫</a></div>


<div><a href="/home/guanzhonglishiwenhua/info/id/2594/catId/242.html">白鹿原影视城</a></div>


<div><a href="/home/guanzhonglishiwenhua/info/id/2593/catId/242.html">西安唐乐宫</a></div>


<div><a href="/home/guanzhonglishiwenhua/info/id/2592/catId/242.html">陕旅豪布斯卡</a></div>


<div><a href="/home/guanzhonglishiwenhua/info/id/2591/catId/242.html">四海唐人街</a></div>


<div><a href="/home/guanzhonglishiwenhua/info/id/2590/catId/242.html">陕西国际体育之窗</a></div>


<div><a href="/home/guanzhonglishiwenhua/info/id/2589/catId/242.html">西城往事</a></div>


<div><a href="/home/guanzhonglishiwenhua/info/id/2588/catId/242.html">丝路欢乐世界（西安）</a></div>


<div><a href="/home/guanzhonglishiwenhua/info/id/2587/catId/242.html">陕西太白鳌山滑雪场索道项目</a></div>


<div><a href="/home/guanzhonglishiwenhua/info/id/2586/catId/242.html"> </a></div>


<div><a href="/home/guanzhonglishiwenhua/info/id/2585/catId/242.html"> </a></div>


<div><a href="/home/guanzhonglishiwenhua/info/id/2719/catId/242.html">安特大世界儿童探索博物馆</a></div>


<div><a href="/home/guanzhonglishiwenhua/info/id/2718/catId/242.html">零公里自驾游高端定制项目</a></div>


</div>

</div>

</div>

</div>



<script>

$(document).ready(function () {

$(".xinjiang").on({

mouseenter: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map_xj.png')

},

mouseleave: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map.png')

}

})

$(".gansu").on({

mouseenter: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map_gs.png')

},

mouseleave: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map.png')

}

})

$(".ningxia").on({

mouseenter: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map_nx.png')

},

mouseleave: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map.png')

}

})

$(".shanxi").on({

mouseenter: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map_sx.png')

$(".map>img").css('background-color', '#CD282A')

$(".map>.xiangmu").css('z-index', '-1')

$(".map>img").css('animation', 'myshow .5s linear')

$(".map>#shanxi").css('opacity', '1')

$(".map>#shanxi").css('transition', 'opacity 2s ease-in-out')

},

click: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map_sx_map.png')

}

})

$(".map").on({

mouseleave: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map.png')

$(".map>img").css('background-color', 'transparent')

$(".map>.xiangmu").css('z-index', '1')

$(".map>img").css('animation', 'none')

$(".map>#shanxi").css('opacity', '0')

$(".map>#shanxi").css('transition', 'opacity 0s ease-in-out')

}

})

$(".sichuan").on({

mouseenter: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map_sc.png')

},

mouseleave: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map.png')

}

})

$(".anhui").on({

mouseenter: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map_ah.png')

},

mouseleave: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map.png')

}

})

$(".yunnan").on({

mouseenter: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map_yn.png')

},

mouseleave: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map.png')

}

})

$(".guangxi").on({

mouseenter: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map_gx.png')

},

mouseleave: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map.png')

}

})

$(".hainan").on({

mouseenter: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map_hn.png')

},

mouseleave: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map.png')

}

})

$(".liaoning").on({

mouseenter: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map_ln.png')

},

mouseleave: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map.png')

}

})

$(".shandong").on({

mouseenter: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map_sd.png')

},

mouseleave: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map.png')

}

})



$(".jiangsu").on({

mouseenter: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map_js.png')

},

mouseleave: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map.png')

}

})

$(".shanghai").on({

mouseenter: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map_sh.png')

},

mouseleave: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map.png')

}

})



$(".zhejiang").on({

mouseenter: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map_zj.png')

},

mouseleave: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map.png')

}

})

$(".beijing").on({

mouseenter: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map_bj.png')

},

mouseleave: function () {

$(".map>img").attr('src', '/static/sxtourgroup/images/map.png')

}

})

})

</script>

</div>



<div class="section" id="section3">

<div class="content">

<div class="top">

<span></span>

<h1>产业板块</h1>

</div>

<div class="swiper-containers lubbobo" style="display: none">

<div class="swiper-wrapper">

<div class="swiper-slide">

<a href="/home/Party_building/index.html?catId=183">

<img src="/static/sxtourgroup/images/bg3_1.jpg" alt="">

<div class="text" data-swiper-parallax="-100">

<p>陕旅股份板块</p>

</div>

</a>

</div>

<div class="swiper-slide">

<a href="/home/Party_building/index.html?catId=185">

<img src="/static/sxtourgroup/images/bg3_2.jpg" alt="">

<div class="text" data-swiper-parallax="-100">

<p>骏景板块</p>

</div>

</a>

</div>

<div class="swiper-slide">

<a href="/home/Party_building/index.html?catId=188">

<img src="/static/sxtourgroup/images/bg3_3.jpg" alt="">

<div class="text" data-swiper-parallax="-100">

<p>睿景板块</p>

</div>

</a>

</div>

<div class="swiper-slide">

<a href="/home/Party_building/index.html?catId=187">

<img src="/static/sxtourgroup/images/bg3_4.jpg" alt="">

<div class="text" data-swiper-parallax="-100">

<p>延安板块</p>

</div>

</a>

</div>

<div class="swiper-slide">

<a href="/home/Party_building/index.html?catId=230">

<img src="/static/sxtourgroup/images/bg3_5.jpg" alt="">

<div class="text" data-swiper-parallax="-100">

<p>投资控股板块</p>

</div>

</a>

</div>

<div class="swiper-slide">

<a href="/home/Party_building/index.html?catId=186">

<img src="/static/sxtourgroup/images/bg3_6.jpg" alt="">

<div class="text" data-swiper-parallax="-100">

<p>唐城资产板块</p>

</div>

</a>

</div>

<div class="swiper-slide">

<a href="/home/Party_building/index.html?catId=189">

<img src="/static/sxtourgroup/images/bg3_7.jpg" alt="">

<div class="text" data-swiper-parallax="-100">

<p>中金旅基金板块</p>

</div>

</a>

</div>

<div class="swiper-slide">

<a href="/home/Party_building/index.html?catId=184">

<img src="/static/sxtourgroup/images/bg3_8.jpg" alt="">

<div class="text" data-swiper-parallax="-100">

<p>融景板块</p>

</div>

</a>

</div>

<div class="swiper-slide">

<a href="/home/Party_building/index.html?catId=191">

<img src="/static/sxtourgroup/images/bg3_9.jpg" alt="">

<div class="text" data-swiper-parallax="-100">

<p>体育板块</p>

</div>

</a>

</div>

<div class="swiper-slide">

<a href="/home/Party_building/index.html?catId=199">

<img src="/static/sxtourgroup/images/bg3_10.jpg" alt="">

<div class="text" data-swiper-parallax="-100">

<p>实业板块</p>

</div>

</a>

</div>

</div>



</div>



<div class="box">

<div>

<a href="/home/Party_building/index.html?catId=183"><h1>陕旅股份板块</h1></a>

</div>

<div style="background-image: url('/static/sxtourgroup/images/bg3_2.jpg')">

<a href="/home/Party_building/index.html?catId=185"><h1>骏景板块</h1></a>

</div>

<div style="background-image: url('/static/sxtourgroup/images/bg3_3.jpg')">

<a href="/home/Party_building/index.html?catId=188"><h1>睿景板块</h1></a>

</div>

<div style="background-image: url('/static/sxtourgroup/images/bg3_4.jpg')">

<a href="/home/Party_building/index.html?catId=187"><h1>延安板块</h1></a>

</div>

<div style="background-image: url('/static/sxtourgroup/images/bg3_5.jpg');">

<a href="/home/Party_building/index.html?catId=230"><h1>投资控股板块</h1></a>

</div>

<div style="background-image: url('/static/sxtourgroup/images/bg3_6.jpg');">

<a href="/home/Party_building/index.html?catId=186"><h1>唐城资产板块</h1></a>

</div>

<div style="background-image: url('/static/sxtourgroup/images/bg3_7.jpg')">

<a href="/home/Party_building/index.html?catId=189"><h1>中金旅基金板块</h1></a>

</div>

<div style="background-image: url('/static/sxtourgroup/images/bg3_8.jpg')">

<a href="/home/Party_building/index.html?catId=184"><h1>融景板块</h1></a>

</div>

<div style="background-image: url('/static/sxtourgroup/images/bg3_9.jpg');">

<a href="/home/Party_building/index.html?catId=191"><h1>体育板块</h1></a>

</div>

<div style="background-image: url('/static/sxtourgroup/images/bg3_10.jpg');">

<a href="/home/Party_building/index.html?catId=199"><h1>实业板块</h1></a>

</div>

</div>

</div>

</div>



<div class="section" id="section4">

<div class="content">

<div class="top">

<span></span>

<h1>专题报道</h1>

</div>

<div class="swiper-container">

<div class="swiper-wrapper">

<div class="swiper-slide"><a href="/home/Party_building/index.html?catId=278"><img src="http://oss.sxtourgroup.com/45ff40c9f89887f985403f34f6d43fdf.jpg" alt=""></a>

</div>

<div class="swiper-slide"><a href="/home/Party_building/index.html?catId=197"><img src="/static/sxtourgroup/images/slide1.jpg" alt=""></a></div>

<div class="swiper-slide"><a href="/home/Party_building/index.html?catId=196"><img src="/static/sxtourgroup/images/slide2.jpg" alt=""></a></div>

<div class="swiper-slide"><a href="/home/Party_building/index.html?catId=111"><img src="http://oss.sxtourgroup.com/2023.jpg" alt=""></a></div>

<div class="swiper-slide"><a href="/home/Party_building/index.html?catId=122"><img src="/static/sxtourgroup/images/slide4.jpg" alt=""></a></div>

<div class="swiper-slide"><a href="/home/Party_building/index.html?catId=291"><img src="http://oss.sxtourgroup.com/主题教育专栏_20230414094656.jpg" alt=""></a></div>

</div>

<div class="swiper-button-prev"><span></span></div>

<div class="swiper-button-next"><span></span></div>

</div>

</div>

<div id="transparent"></div>

</div>

<div class="section" id="section5">

<div class="content">

<div class="top">

<span></span>

<h1>品牌矩阵</h1>

</div>

<div class="child">


<div>

<a href="/home/you/info/id/2770/catId/235.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220510/cc9fbb9fae0c3424e5c1035057350c03.png" alt=""></a>

</div>


<div>

<a href="/home/you/info/id/2617/catId/235.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220315/9858c4db87f96ca4b02dec2f6d3751e5.png" alt=""></a>

</div>


<div>

<a href="/home/you/info/id/2618/catId/235.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/536ea876bd7e844a68442b88d4d70e43.png" alt=""></a>

</div>


<div>

<a href="/home/you/info/id/2619/catId/235.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/c61d178b249cb4cde146192dcc83109b.png" alt=""></a>

</div>


<div>

<a href="/home/you/info/id/2620/catId/235.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/5355e8bd099bb86b3c698a8d4c26285d.png" alt=""></a>

</div>


<div>

<a href="/home/you/info/id/2621/catId/235.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/5a3e505ceff18bd490caf4d4b209b13f.png" alt=""></a>

</div>


<div>

<a href="/home/you/info/id/2622/catId/235.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220328/9566293a9a4c39808a17740d808365cd.png" alt=""></a>

</div>


<div>

<a href="/home/you/info/id/2623/catId/235.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/0a515a835dd071c42986499fa3cf5b9c.png" alt=""></a>

</div>


<div>

<a href="/home/you/info/id/2624/catId/235.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/4774b4ab74a98271e34095c8aa87601d.png" alt=""></a>

</div>


<div>

<a href="/home/you/info/id/2625/catId/235.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/82bdf1f4a0bf1744446944d1ec5b504a.png" alt=""></a>

</div>


<div>

<a href="/home/gou/info/id/2837/catId/236.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220512/0ed0d9f909bf604f9c3a251619b050c8.png" alt=""></a>

</div>


<div>

<a href="/home/you/info/id/2838/catId/235.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220512/f175442b220dc552631c85c3e066ace7.png" alt=""></a>

</div>


<div>

<a href="/home/you/info/id/2626/catId/235.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/342a234e4b700201adf27af240ae9eaa.png" alt=""></a>

</div>


<div>

<a href="/home/you/info/id/2627/catId/235.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/ed5b007b930e44f58194163be8a75790.png" alt=""></a>

</div>


<div>

<a href="/home/you/info/id/2628/catId/235.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/5e022af774e2e46fb1491ad510de808a.png" alt=""></a>

</div>


<div>

<a href="/home/you/info/id/2629/catId/235.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/a931a8fde21373764fd205ab935c92a4.png" alt=""></a>

</div>


<div>

<a href="/home/you/info/id/2630/catId/235.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/93199c62c4da27b79b78077804047b82.png" alt=""></a>

</div>


<div>

<a href="/home/you/info/id/2631/catId/235.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/66e674375fb36e1e63dc4c1254f4fd32.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2632/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/124b09669a4d4597571b52c1fa5f3e1f.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2633/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/1f067a53aaa45f86e8583a68e5b5e3db.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2634/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/80711933080dca3ae1b4e3f251d004c2.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2635/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/60f578d2e5d9d8b6bf4aea63f6a04362.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2636/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/7e60ff6cbee1c16b4a0fa0a73ddddc05.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2637/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/e8b1b82cb925b0181a302a8323289479.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2638/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/618267928cb50c4c11d7ed6c37246d2e.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2639/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/1d21e9b126b6b1250eae98807d9b20a4.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2640/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/931bd03cfb007625358189fe95252d0b.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2641/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/4a7ddc031b2fe06959bd711fe30b327d.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2642/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/1842ac4116fb0c3658b4d90193628892.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2643/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/845cdb56b171e3fa3fda5e899779630c.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2644/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/5e33538dece1be1b5dfcf0031872cdf1.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2645/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/4309424a08d48c463efc478e34c433a9.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2646/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/2c1625f47f766d69c7720e77909e72fc.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2647/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/8c3db4dd4f5efac510d5e01cbd76c3e3.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2648/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/c67e5996f7599397e468cc74d47fb525.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2649/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/9787c30043682751892d679915da1b11.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2650/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/474798c5c870d7f26e8453b1fe0efc41.png" alt=""></a>

</div>


<div>

<a href="/home/chi/info/id/2651/catId/232.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/3182998cb6856ad18266db1bae2d61cd.png" alt=""></a>

</div>


<div>

<a href="/home/chi/info/id/2652/catId/232.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/2da4ed11a12c7c37cd78b28bf1ca1cac.png" alt=""></a>

</div>


<div>

<a href="/home/chi/info/id/2653/catId/232.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/8ebe7503dff68529a30a81bd2e050364.png" alt=""></a>

</div>


<div>

<a href="/home/zhu/info/id/2753/catId/233.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220426/2e872773bd3997ac594384109e1dbad9.png" alt=""></a>

</div>


<div>

<a href="/home/zhu/info/id/2659/catId/233.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/280543f24568b56e9f57966c3ef4a165.png" alt=""></a>

</div>


<div>

<a href="/home/zhu/info/id/2657/catId/233.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/90d973d0b5aa0613ead817ff06ab4bd2.png" alt=""></a>

</div>


<div>

<a href="/home/zhu/info/id/2655/catId/233.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/a586d67f6649a4dfc5e6b8ef71d7fa44.png" alt=""></a>

</div>


<div>

<a href="/home/zhu/info/id/2654/catId/233.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/da8bbd2e4d9b094017668175fb04eb4e.png" alt=""></a>

</div>


<div>

<a href="/home/zhu/info/id/2656/catId/233.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/4fae309b8f3f1ec75814e1505779cceb.png" alt=""></a>

</div>


<div>

<a href="/home/zhu/info/id/2658/catId/233.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/ea57d20a3db52274d4b4cb82cd156ad5.png" alt=""></a>

</div>


<div>

<a href="/home/zhu/info/id/2660/catId/233.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/b968b0e63bda860283b76a27f4f4f24c.png" alt=""></a>

</div>


<div>

<a href="/home/zhu/info/id/2661/catId/233.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/7f3697b4eb67aee87928789c46ff517f.png" alt=""></a>

</div>


<div>

<a href="/home/zhu/info/id/2662/catId/233.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/0743eba5b61f65d5d5620998d7b84e16.png" alt=""></a>

</div>


<div>

<a href="/home/zhu/info/id/2664/catId/233.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/85dfeb1f28ab4a9d74b0ffbf5c9abc30.png" alt=""></a>

</div>


<div>

<a href="/home/zhu/info/id/2665/catId/233.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/1105931870d13dc50109f19abe66059a.png" alt=""></a>

</div>


<div>

<a href="/home/zhu/info/id/2666/catId/233.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/8bae5e7fd2cad4c42e11393dd71937ee.png" alt=""></a>

</div>


<div>

<a href="/home/zhu/info/id/2667/catId/233.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/5b9cf3c93abaaee9fb38b6a9f0b22d4d.png" alt=""></a>

</div>


<div>

<a href="/home/zhu/info/id/2668/catId/233.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/3be27504ab7bb693f3f4c9814b58f8ed.png" alt=""></a>

</div>


<div>

<a href="/home/zhu/info/id/2669/catId/233.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/f109384ec5cf4a7c68e5863f49c5fb1f.png" alt=""></a>

</div>


<div>

<a href="/home/zhu/info/id/2670/catId/233.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/263fc34d38ef98aa5ec330951e8b25a0.png" alt=""></a>

</div>


<div>

<a href="/home/zhu/info/id/2671/catId/233.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/6383c6f71eb7ea39f33d4045225042f1.png" alt=""></a>

</div>


<div>

<a href="/home/zhu/info/id/2672/catId/233.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/ccbc86ccd945c02850bbbd91c5558529.png" alt=""></a>

</div>


<div>

<a href="/home/xing/info/id/2673/catId/234.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/feef4a5e17d7e6424eb50b3c00404c43.png" alt=""></a>

</div>


<div>

<a href="/home/xing/info/id/2674/catId/234.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/0ac6b4d064de0dd1d227c28025837821.png" alt=""></a>

</div>


<div>

<a href="/home/xing/info/id/2690/catId/234.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220326/99fe6bcb0a72efc02b075cc63cd31e15.png" alt=""></a>

</div>


<div>

<a href="/home/xing/info/id/2676/catId/234.html"><img src="http://oss.sxtourgroup.com/7671324078295c4c87b90c44b16eff66.jpg" alt=""></a>

</div>


<div>

<a href="/home/xing/info/id/2677/catId/234.html"><img src="http://oss.sxtourgroup.com/d89d31690bcaa8dcb8ada88206ad12da.jpg" alt=""></a>

</div>


<div>

<a href="/home/xing/info/id/2678/catId/234.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/9b9807bdd2f78b131a05233969e22e7b.png" alt=""></a>

</div>


<div>

<a href="/home/xing/info/id/2679/catId/234.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/eb5238d05835a056a6af3be68e111794.png" alt=""></a>

</div>


<div>

<a href="/home/gou/info/id/2683/catId/236.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/e26e430d51c775072058f354f076ef11.png" alt=""></a>

</div>


<div>

<a href="/home/gou/info/id/2684/catId/236.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/b7269bffa1ca6a0626c576bb73c17a01.png" alt=""></a>

</div>


<div>

<a href="/home/gou/info/id/2682/catId/236.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/60840a15bbf013a28d6277d0edbc7263.png" alt=""></a>

</div>


<div>

<a href="/home/gou/info/id/2680/catId/236.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/26a63c1ff6874caaaeabea0f7fc93a41.png" alt=""></a>

</div>


<div>

<a href="/home/yu/info/id/2681/catId/237.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/4e787d7cf6f8a5e6d816a8cb556577df.png" alt=""></a>

</div>


<div>

<a href="/home/gou/info/id/2685/catId/236.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/220f0531261360d050a2d2718a59e53e.png" alt=""></a>

</div>


<div>

<a href="/home/wenlvronghe/info/id/2686/catId/238.html"><img src="http://oss.sxtourgroup.com/e8e1a2bb736d1e426060f7ea951e392e.jpg" alt=""></a>

</div>


<div>

<a href="/home/wenlvronghe/info/id/2688/catId/238.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/6d3e84f41090e29def365a0084d61358.png" alt=""></a>

</div>


<div>

<a href="/home/wenlvronghe/info/id/2689/catId/238.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220428/93471373ad4cb0acddcd2570cd773811.png" alt=""></a>

</div>


<div>

<a href="/home/wenlvronghe/info/id/2687/catId/238.html"><img src="http://oss.sxtourgroup.com/021329c30283fda8f4592dd7a5bc3be6.jpg" alt=""></a>

</div>


<div>

<a href="/home/wenlvronghe/info/id/2696/catId/238.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/ca1aad8f877c394770e0bd26e16fb11c.png" alt=""></a>

</div>


<div>

<a href="/home/wenlvronghe/info/id/2691/catId/238.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/72b2608185e51f60415a2b835ea1fca4.png" alt=""></a>

</div>


<div>

<a href="/home/wenlvronghe/info/id/2692/catId/238.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/146ec9c2a1f04f08c8b761035c088d05.png" alt=""></a>

</div>


<div>

<a href="/home/wenlvronghe/info/id/2693/catId/238.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/bcf752b4f6f154d272e8a71b40b434e6.png" alt=""></a>

</div>


<div>

<a href="/home/wenlvronghe/info/id/2694/catId/238.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/8ac62b1e0c138d460b6d1185dd0b720c.png" alt=""></a>

</div>


<div>

<a href="/home/wenlvronghe/info/id/2695/catId/238.html"><img src="http://oss.sxtourgroup.com/public/uploads/20220323/a1e7a39ac0416c82c97b51e1fe4145ce.png" alt=""></a>

</div>


<div>

<a href="/home/wenlvronghe/info/id/3397/catId/238.html"><img src="http://oss.sxtourgroup.com/43d7e28aab265debf5614631045b25d5.jpg" alt=""></a>

</div>


<div>

<a href="/home/wenlvronghe/info/id/3398/catId/238.html"><img src="http://oss.sxtourgroup.com/64dde7c18f444b3456e9da43ae1dd71c.jpg" alt=""></a>

</div>


<div>

<a href="/home/wenlvronghe/info/id/3712/catId/238.html"><img src="http://oss.sxtourgroup.com/455cdefc8a2f1fc8a8b76d51783f77d4.jpg" alt=""></a>

</div>


<div>

<a href="/home/wenlvronghe/info/id/3713/catId/238.html"><img src="http://oss.sxtourgroup.com/af030cf2f9a7c13b117b8dddc2eab385.jpg" alt=""></a>

</div>


</div>

</div>

<div class="footer">

<div class="wapper clearfix" style="padding:20px 0;">
<div class="footer-left">
<ul style="text-align: center;">
<li><a href="/home/footnav/index.html?catId=85" target="_blank">法律声明</a></li>
<li><a href="/home/footnav/index.html?catId=86" target="_blank">联系我们</a></li>
<li><a href="/home/footnav/index.html?catId=91" target="_blank">友情链接</a></li>
<li><a href="/home/footnav/index.html?catId=89" target="_blank">使用帮助</a></li>
<li><a href="/home/footnav/index.html?catId=90" target="_blank">隐私安全</a></li>
</ul>
<p style="text-align: center;"><a href="https://beian.miit.gov.cn" target="_blank">陕ICP备16017695号-1</a> 版权所有 ©2008-2025</p>
<p style="text-align:center;">陕西旅游集团有限公司</p>
</div>
<div class="footer-right"><img src="/static/sxtourgroup/images/qrcode.jpg" style="width:120px;"></div>
</div>
<div class="totop" style="width:50px;height:50px;border-radius:50%;background:#C72327;transform:rotateZ(-90deg);position:fixed;right:20px;bottom:200px;z-index:999;"><img src="/static/sxtourgroup/images/youjiantou.png">
</div>
<script>
var totop = document.querySelector('.totop');
window.onscroll = function () {
var t = document.documentElement.scrollTop || document.body.scrollTop;
if (t > 200) {
totop.style.display = 'block';
} else {
totop.style.display = 'none';
}
}
totop.onclick = function () {
var t = document.documentElement.scrollTop || document.body.scrollTop;
var timerId = setInterval(function () {
t -= 10;
document.documentElement.scrollTop = document.body.scrollTop = t;
if (t <= 0) {
clearInterval(timerId)
}
})
}
</script>

</div>

</div>

</div>

<a href="#section00" style="width:50px;height:50px;border-radius:50%;background:#C72327;transform:rotateZ(-90deg);position:fixed;right:20px;bottom:50px;z-index:999;"><img

src="/static/sxtourgroup/images/youjiantou.png"></a>

<div id="xfc">

<div><img src="/static/sxtourgroup/images/xfc1.png" alt=""></div>

<div><img src="/static/sxtourgroup/images/xfc2.png" alt="">

<p>微信</p>

</div>

<div><img src="/static/sxtourgroup/images/xfc3.png" alt="">

<p>微博</p>

</div>

<div><img src="/static/sxtourgroup/images/xfc4.png" alt="">

<p>抖音</p>

</div>

<div><img src="/static/sxtourgroup/images/xfc5.png" alt="">

<p>视频号</p>

</div>

<div><img src="/static/sxtourgroup/images/xfc6.png" alt="">

<p>小红书</p>

</div>

</div>



<style>

#xfc {

width: 50px;

height: 50px;

position: fixed;

right: 20px;

top: 40px;

z-index: 999;

border-radius: 10px;

overflow: hidden;

transition-duration: 1s;

}

#xfc:hover {

width: 110px;

height: 580px;

}

#xfc > div {

width: 100%;

background: #fff;

text-align: center;

padding: 0 15px;

box-sizing: border-box;

}

#xfc > div > p {

color: #C72327;

}

#xfc > div:nth-child(2) {

padding-top: 15px;

}

#xfc > div:last-child {

padding-bottom: 15px;

}

#xfc > div > img {

width: 100%;

}

#xfc > div:first-child {

height: 50px;

width: 100%;

background: #C72327;

padding: 9px 0;

position: relative;

}

#xfc > div:first-child > img {

height: 70%;

width: auto;

position: absolute;

left: 50%;

top: 50%;

transform: translate(-50%, -50%);

}

.top {

margin-top: 20px;

}

@media screen and (max-width: 760px) {

#section1 > .content > .about > div {

width: 33%;

}

#section1 > .content > .about {

flex-wrap: unset;

}

#section1 > .content > .about > div:nth-child(even) {

border-left: 1px solid;

}

#section1 > .content > .about > div:nth-child(odd) {

border-left: 0;

}

#section1 > .content > .about > div {

padding: 0;

}

.swiper-pagination {

display: none;

}

#section4 > .content {

margin: 10px auto;

}

#xfc {

display: none;

}

#section2 {

/*display: none;*/

}

.head-nav-content .head-first-nav > a {

padding: 0 22px;

}

#section5 .child > div {

width: 60px;

height: 40px;

margin-left: 14px;

}

#section5 .child > div img {

width: 70px;

}

.noyao {

display: none !important;

}

#section1 {

height: 26vh !important;

}

#section1 > .content > .about > div > a > span:nth-child(3) {

display: none;

}

#section2 .map .xinjiang {

left: 120px;

top: 59px;

width: 42px;

height: 14px;

}

#section2 .map .gansu {

left: 188px;

top: 106px;

width: 17px;

height: 10px;

}

#section2 .map .liaoning {

left: 247px;

top: 59px;

width: 35px;

height: 34px;

}

#section2 .map .shandong {

left: 246px;

top: 93px;

width: 20px;

height: 20px;

}

#section2 .map .jiangsu {

left: 263px;

top: 117px;

width: 15px;

height: 6px;

}

#section2 .map .zhejiang {

left: 264px;

top: 135px;

width: 14px;

height: 19px;

}

#section2 .map .anhui {

left: 246px;

top: 114px;

width: 15px;

height: 16px;

}

#section2 .map .hainan {

left: 226px;

top: 185px;

width: 20px;

height: 12px;

}

#section2 .map .guangxi {

left: 211px;

top: 166px;

width: 21px;

height: 11px;

}

#section2 .map .yunnan {

left: 185px;

top: 159px;

width: 16px;

height: 12px;

}

#section2 .map .sichuan {

left: 178px;

top: 129px;

width: 34px;

height: 18px;

}

#section2 .map .beijing {

left: 238px;

top: 76px;

width: 13px;

height: 13px;

}

#section2 .map .shanghai {

left: 275px;

top: 123px;

width: 10px;

height: 10px;

}

#section2 .map .meiguo {

left: 346px;

top: 73px;

width: 24px;

height: 26px;

}

#section2 .map .yidali {

left: 13px;

top: 36px;

width: 38px;

height: 30px;

}

#section5 .child > div:nth-child(15n+1) {

margin-left: 14px;

}

#section5 .child > div:nth-child(15n) {

margin-right: 0;

}

#section5 .child > div:nth-child(5n+1) {

margin-left: 10px;

}

#section2 .map .ningxia {

left: 204px;

top: 80px;

width: 11px;

height: 28px;

}

#section2 .map .shanxi {

left: 212px;

top: 117px;

width: 17px;

height: 7px;

}

#shanxi {

display: none;

}

.swiper-container, .swiper-containers {

overflow: hidden !important;

}

.footer {

background: #ffffff;

border-top: 1px solid #eeeeee;

min-width: 0;

font-size: 0.6rem;

}

.footer-left {

width: 95vw;

}

.footer-left ul {

padding-top: 0;

}

.footer-left li a {

padding: 0 2px 0 5px;

}

.wapper {

width: 100%;

padding: 5px 0 !important;

}

.footer-right {

display: none;

}

#section1 > .content > .top {

margin-bottom: 0;

}

#section1 > .content > .about > div {

text-align: center;

}

.top > p {

display: none !important;

}

.top > h1 {

font-size: 16px !important;

}

.box > div > a > h1 {

background-color: #816d6da1;

font-size: 0.5rem !important;

left: 0;

width: 14px;

line-height: 10px;

bottom: 2px;

font-weight: 600;

}

*::-webkit-scrollbar {

display: none;

}

#section5 .content > .top {

margin-top: 10px;

}

.placeName {

font-size: 0.5rem;

padding: 5px;

}

#section3 > .content > .top > h1, #section5 .content > .top > h1 {

margin-bottom: 0;

}

#section4 > .content > .top {

margin-top: 0;

}

.qyjg {

border-right: 1px solid;

}

#section5 .child > div:nth-last-child(5), #section5 .child > div:nth-last-child(4) {

margin-left: 15px;

}

#section5 .child {

justify-content: unset;

}

.lubbobo {

display: block !important;

}

.lubbobo > .swiper-wrapper > div {

width: 170px !important;

}

.lubbobo > .swiper-wrapper > div > a > img {

height: 260px;

width: 300px !important;

}

.lubbobo > .swiper-wrapper > div > a > div {

background-color: #eeeeee;

line-height: 50px;

font-size: 0.9rem;

font-weight: 600;

}

.box {

display: none;

}

#section5 .child > div:nth-last-child(2) {

margin-left: 123px;

}

}

</style>

</body>



<script type="text/javascript" src="/static/sxtourgroup/js/scrolloverflow.min.js"></script>

<script type="text/javascript" src="/static/sxtourgroup/js/fullpage.js"></script>

<script>

var swiper = new Swiper('.swiper-container', {

loop: true,

autoplay: 5000,

nextButton: '.swiper-button-next',

prevButton: '.swiper-button-prev',

slidesPerView: 4,

paginationClickable: true,

spaceBetween: 10,

freeMode: true

});

var swiper = new Swiper('.swiper-containers', {

loop: true,

autoplay: 5000,

slidesPerView: 0,

loopAdditionalSlides: 30,

paginationClickable: true,

spaceBetween: 10,

freeMode: true

});

</script>

<script>

$(function () {

var mobile_flag = isMobile(); // true为PC端，false为手机端

if (mobile_flag) {

document.getElementById('fullpages').setAttribute('id', 'fgfgfg');

} else {

document.getElementById('fullpages').setAttribute('id', 'fullpage');

}

});

function isMobile() {

var userAgentInfo = navigator.userAgent;

var mobileAgents = ["Android", "iPhone", "SymbianOS", "Windows Phone", "iPad", "iPod"];

var mobile_flag = false;

//根据userAgent判断是否是手机

for (var v = 0; v < mobileAgents.length; v++) {

if (userAgentInfo.indexOf(mobileAgents[v]) > 0) {

mobile_flag = true;

break;

}

}

var screen_width = window.screen.width;

var screen_height = window.screen.height;

//根据屏幕分辨率判断是否是手机

if (screen_width < 500 && screen_height < 800) {

mobile_flag = true;

}

return mobile_flag;

}

</script>

<script type="text/javascript">

$(function () {

$('#fullpage').fullpage({

anchors: ['section00', 'section01', "section02", "section03", "section04", "section05"],//锚点的意思

verticalCentered: false,

slidesNavigation: 800,

scrollOverflow: true

});

setInterval(function () {

$.fn.fullpage.moveSlideRight();

}, 8000);

});

$(".box>div").mouseover(function () {

$(this).stop().animate({

"width": "46%"

}, 100).siblings().stop().animate({

"width": "6%"

}, 100)

})

$(".box>div").mouseout(function () {

$(".box>div").stop().animate({

"width": "10%"

}, 100)

})

</script>

<script src="/static/plugins/translate/translate.js"></script>

<script src="/static/plugins/translate/changelang.js?aa=1234567"></script>

</html>